home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 February
/
Macworld (1999-02).dmg
/
Serious Demos
/
PageSentry 2.5.1 CD Demo
/
Sample AppleScripts
/
DisplayDialog (Simple)
< prev
next >
Wrap
Text File
|
1996-02-04
|
361b
|
6 lines
--- PageSentry Notification Applet
--- DisplayDialog
on «event SENTfail» sentryName given «class FURL»:failedURL, «class XTRA»:extra, «class STAT»:Status
display dialog "Received Sentry Event" & return & return & "SentryName: " & sentryName & return & "failed URL: " & failedURL & return & "Extra: " & extra & return & "Status: " & Status
end «event SENTfail»